Select constructor

Select()

Implementation

Select() {
  super.options = new Map<String, dynamic>();
  super.param = new Parameters();
}