StandardPOIsState constructor

StandardPOIsState(
  1. {bool? hide}
)

Implementation

StandardPOIsState({this.hide})
    : super(map: {
        "hide": hide,
      });