ClassSwitchStatus constructor
const
ClassSwitchStatus({})
Implementation
const ClassSwitchStatus({
required this.state,
this.currentClassId = '',
this.targetClassId = '',
this.retryCount = 0,
this.errorCode,
this.errorMessage,
});