ClassInfo class

Inheritance

Constructors

ClassInfo({required int classId, required int classType, required int schoolId, required String customData, required ClassSubTypeEnum classSubType, dynamic rtcClassInfo, dynamic liveClassInfo, required RoomInfo roomInfo, required QualitySet qualitySet})

Properties

classId int
getter/setter pair
classSubType ClassSubTypeEnum
getter/setter pair
classType int
getter/setter pair
customData String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
liveClassInfo ↔ dynamic
getter/setter pair
qualitySet QualitySet
getter/setter pair
roomInfo RoomInfo
getter/setter pair
rtcClassInfo ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schoolId int
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromJson(Map<String, dynamic> json) ClassInfo
override