RelationshipAddEvent constructor

const RelationshipAddEvent({
  1. required RelationshipResponse relationship,
})

Implementation

const RelationshipAddEvent({required this.relationship});