menu
mastodon_client
mastodon_client.dart
MastodonInstanceRule
MastodonInstanceRule.new const constructor
MastodonInstanceRule.new
dark_mode
light_mode
MastodonInstanceRule
constructor
const
MastodonInstanceRule
(
{
required
String
id
,
required
String
text
,
String
?
hint
,
Map
<
String
,
MastodonInstanceRuleTranslation
>
?
translations
,
})
Implementation
const MastodonInstanceRule({ required this.id, required this.text, this.hint, this.translations, });
mastodon_client
mastodon_client
MastodonInstanceRule
MastodonInstanceRule.new const constructor
MastodonInstanceRule class