toJson method

JSON toJson()

Converts this contact to a Map<String, Object?>.

Implementation

JSON toJson() => Contact._toJson(this);