menu
mastodon_client
mastodon_client.dart
MastodonStatusSource
MastodonStatusSource.new const constructor
MastodonStatusSource.new
dark_mode
light_mode
MastodonStatusSource
constructor
const
MastodonStatusSource
(
{
required
String
id
,
required
String
text
,
required
String
spoilerText
,
})
Implementation
const MastodonStatusSource({ required this.id, required this.text, required this.spoilerText, });
mastodon_client
mastodon_client
MastodonStatusSource
MastodonStatusSource.new const constructor
MastodonStatusSource class