Info constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory Info({
@Default('com.atproto.label.subscribeLabels#info') String $type,
@InfoNameConverter() required InfoName name,
String? message,
Map<String, dynamic>? $unknown,
}) = _Info;