Contact.fromString constructor
Contact.fromString(
- String jsonString
Implementation
factory Contact.fromString(String jsonString) {
return Contact.fromJson(json.decode(jsonString));
}
factory Contact.fromString(String jsonString) {
return Contact.fromJson(json.decode(jsonString));
}