MastodonStatusContext constructor
- required List<
MastodonStatus> ancestors, - required List<
MastodonStatus> descendants,
Implementation
const MastodonStatusContext({
required this.ancestors,
required this.descendants,
});
const MastodonStatusContext({
required this.ancestors,
required this.descendants,
});