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