LabelerViewerState constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory LabelerViewerState({
@Default('app.bsky.labeler.defs#labelerViewerState') String $type,
@AtUriConverter() AtUri? like,
Map<String, dynamic>? $unknown,
}) = _LabelerViewerState;