Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'phone'] = this.phone; return json; }