toMap method
- @override
model -> map
Implementation
@override
Map<String, Object> toMap() {
return {
'poiUIDs': this.poiUIDs?.map((e) => e)?.toList(),
'scope': this.scope.index,
};
}
model -> map
@override
Map<String, Object> toMap() {
return {
'poiUIDs': this.poiUIDs?.map((e) => e)?.toList(),
'scope': this.scope.index,
};
}