SelfLabel constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory SelfLabel({
@Default('com.atproto.label.defs#selfLabel') String $type,
/// The short string name of the value or type of this label.
required String val,
Map<String, dynamic>? $unknown,
}) = _SelfLabel;