UGetRelationshipsRelationshipNotFoundActor constructor

const UGetRelationshipsRelationshipNotFoundActor({
  1. required NotFoundActor data,
})

Implementation

const factory UGetRelationshipsRelationshipNotFoundActor(
        {required final NotFoundActor data}) =
    _$UGetRelationshipsRelationshipNotFoundActorImpl;