FrmChild constructor

FrmChild({
  1. required String code,
  2. String? title,
  3. String? parentKey,
  4. String? browseMode,
  5. int? pageNo,
  6. int? sectionNo,
  7. Permission? permission,
  8. BrowseService? service,
})

Implementation

FrmChild(
    {required this.code,
    this.title,
    this.parentKey,
    this.browseMode,
    this.pageNo,
    this.sectionNo,
    this.permission,
    this.service});