DalgeurakWarning class
달그락 경고 모델 클래스
Constructors
-
DalgeurakWarning({required String? id, required List<
StudentWarningType> ? warningTypeList, required String? reason, required int? studentUid, required DateTime? date}) - DalgeurakWarning.fromJson(dynamic json)
Properties
- date → DateTime?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
no setter
- reason → String?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- studentUid → int?
-
no setter
-
warningTypeList
→ List<
StudentWarningType> ? -
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited