USubscribedRepoIdentity constructor

const USubscribedRepoIdentity({
  1. required Identity data,
})

Implementation

const factory USubscribedRepoIdentity({required final Identity data}) =
    _$USubscribedRepoIdentityImpl;