RepoRef constructor

const RepoRef({
  1. @typeKey @Default(comAtprotoAdminDefsRepoRef) String type,
  2. required String did,
})

Implementation

const factory RepoRef({
  @typeKey @Default(comAtprotoAdminDefsRepoRef) String type,
  required String did,
}) = _RepoRef;