CreateUserRelationResponse constructor

CreateUserRelationResponse(
  1. UserRelation? data,
  2. GenericError? error
)

Implementation

CreateUserRelationResponse(this.data, this.error);