leadRightsFromJson function
transfer : 1 add_follow_up : 1 edit : 1
Implementation
LeadRights leadRightsFromJson(String str) => LeadRights.fromJson(json.decode(str));
transfer : 1 add_follow_up : 1 edit : 1
LeadRights leadRightsFromJson(String str) => LeadRights.fromJson(json.decode(str));