Repo constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory Repo({
@Default('com.atproto.sync.listReposByCollection#repo') String $type,
required String did,
Map<String, dynamic>? $unknown,
}) = _Repo;