StrongRef constructor

const StrongRef({
  1. @typeKey @Default(comAtprotoRepoStrongRef) String type,
  2. required String cid,
  3. @AtUriConverter() required AtUri uri,
})

Implementation

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