toMap method
- @override
model -> map
Implementation
@override
Map<String, Object> toMap() {
return {'address': this.address, 'city': this.city};
}
model -> map
@override
Map<String, Object> toMap() {
return {'address': this.address, 'city': this.city};
}