Sub2ApiAdminAccountSchedulerGroupScore constructor

const Sub2ApiAdminAccountSchedulerGroupScore({
  1. required Sub2ApiAdminAccountSchedulerScore score,
  2. int? groupId,
  3. String? groupName,
  4. int? groupPriority,
})

Implementation

const Sub2ApiAdminAccountSchedulerGroupScore({
  required this.score,
  this.groupId,
  this.groupName,
  this.groupPriority,
});