SelectAnyModule constructor

SelectAnyModule(
  1. SelectModel? model, {
  2. Map? data,
  3. SelectAnyController? controller,
  4. bool? showBackButton,
})

Implementation

SelectAnyModule(
  this.model, {
  this.data,
  this.controller,
  this.showBackButton,
});