RelationshipManagerData constructor
RelationshipManagerData({})
Implementation
RelationshipManagerData({
String? masterUserId,
String? name,
String? email,
String? contactNo,
String? type,}){
_masterUserId = masterUserId;
_name = name;
_email = email;
_contactNo = contactNo;
_type = type;
}