RepoRef constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory RepoRef({
@Default('com.atproto.admin.defs#repoRef') String $type,
required String did,
Map<String, dynamic>? $unknown,
}) = _RepoRef;