RepoStrongRef constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory RepoStrongRef({
@Default('com.atproto.repo.strongRef') String $type,
@AtUriConverter() required AtUri uri,
required String cid,
Map<String, dynamic>? $unknown,
}) = _RepoStrongRef;