toJson method
JSON
toJson()
Converts this contact to a Map<String, Object?>.
Implementation
JSON toJson() => Contact._toJson(this);
Converts this contact to a Map<String, Object?>.
JSON toJson() => Contact._toJson(this);