FastGroupModel constructor

FastGroupModel({
  1. required String name,
  2. required String icon,
  3. String package = '',
  4. int index = 0,
})

Implementation

FastGroupModel({required this.name, required this.icon, this.package = '', this.index = 0});