contactFromJson function

Contact contactFromJson(
  1. String str
)

manage_master_admin : true activation : true admin_module_id : 7

Implementation

Contact contactFromJson(String str) => Contact.fromJson(json.decode(str));