BizKit constructor

BizKit(
  1. String name,
  2. String group, {
  3. String? icon,
  4. String? desc,
  5. KitPageBuilder? kitBuilder,
  6. String? key,
  7. Function? action,
})

Implementation

BizKit(
  this.name,
  this.group, {
  this.icon,
  this.desc,
  this.kitBuilder,
  this.key,
  this.action,
});