Sub2ApiAdminAccountSchedulerGroupScore constructor
const
Sub2ApiAdminAccountSchedulerGroupScore({
- required Sub2ApiAdminAccountSchedulerScore score,
- int? groupId,
- String? groupName,
- int? groupPriority,
Implementation
const Sub2ApiAdminAccountSchedulerGroupScore({
required this.score,
this.groupId,
this.groupName,
this.groupPriority,
});