StrongRef constructor
const
StrongRef({})
Implementation
const factory StrongRef({
@typeKey @Default(comAtprotoRepoStrongRef) String type,
required String cid,
@AtUriConverter() required AtUri uri,
}) = _StrongRef;