toMap method Null safety
- @override
Implementation
@override
Map<String, Object?> toMap() {
return {
'customMapStyleID': this.customMapStyleID,
'customMapStyleFilePath': this.customMapStyleFilePath
};
}
@override
Map<String, Object?> toMap() {
return {
'customMapStyleID': this.customMapStyleID,
'customMapStyleFilePath': this.customMapStyleFilePath
};
}