toJson method
Returns a JSON-serializable representation of this object.
@returns A JSON-serializable representation of this object.
Implementation
@override
Map<String, Object?> toJson() {
return {...super.toJson(), 'phoneNumber': ?phoneNumber};
}