MastodonMarker constructor
Creates a MastodonMarker with the given fields.
Implementation
const MastodonMarker({
required this.lastReadId,
required this.version,
this.updatedAt,
});
Creates a MastodonMarker with the given fields.
const MastodonMarker({
required this.lastReadId,
required this.version,
this.updatedAt,
});