assignedRelationshipManagerResponseFromJson function
data : {"master_user_id":"86","name":"Jhanvi Shah","email":"cp@shivalikgroup.com","contact_no":"91 7575007336","type":"channel partners"},{"master_user_id":"63","name":"Kunal Makwana","email":"kunal@shivalikgroup.com","contact_no":"91 8000804608","type":"sales executive"}
success : 1
message : ""
Implementation
AssignedRelationshipManagerResponse assignedRelationshipManagerResponseFromJson(String str) => AssignedRelationshipManagerResponse.fromJson(json.decode(str));