toMap method
- @override
model -> map
Implementation
@override
Map<String, Object> toMap() {
return {
'keyword': this.keyword,
'cityname': this.cityname,
'location': this.location?.toMap(),
'cityLimit': this.cityLimit
};
}
model -> map
@override
Map<String, Object> toMap() {
return {
'keyword': this.keyword,
'cityname': this.cityname,
'location': this.location?.toMap(),
'cityLimit': this.cityLimit
};
}