AutosuggestBoxPar constructor

AutosuggestBoxPar({
  1. required String code,
  2. String? caption,
  3. required int isAllowAdd,
  4. required int isAllowEdit,
  5. String? wf1,
  6. String? wf2,
})

Implementation

AutosuggestBoxPar(
    {required this.code,
    this.caption,
    required this.isAllowAdd,
    required this.isAllowEdit,
    this.wf1,
    this.wf2});