SelfLabel constructor
const
SelfLabel({})
Implementation
const factory SelfLabel({
@typeKey @Default(comAtprotoLabelDefsSelfLabel) String type,
/// The short string name of the value or type of this label.
@JsonKey(name: 'val') required String value,
}) = _SelfLabel;