StandardPOIsState constructor
StandardPOIsState({
- bool? hide,
Implementation
StandardPOIsState({this.hide})
: super(map: {
"hide": hide,
});
StandardPOIsState({this.hide})
: super(map: {
"hide": hide,
});