MastodonScheduledStatusPoll constructor
Creates a MastodonScheduledStatusPoll with the given fields.
Implementation
const MastodonScheduledStatusPoll({
this.options = const [],
required this.expiresIn,
this.multiple,
this.hideTotals,
});
Creates a MastodonScheduledStatusPoll with the given fields.
const MastodonScheduledStatusPoll({
this.options = const [],
required this.expiresIn,
this.multiple,
this.hideTotals,
});