DimigoinUser class

디미고인 유저 정보 클래스

Constructors

DimigoinUser({required int id, required String userId, required String name, required DimigoinUserType userType, required String gender, required String createdAt, required String updatedAt, required String mealStatus, required String teacherRole, required int classNum, required int gradeNum, required int studentNum, required int studentId, required List photos, required List<DimigoinPermissionType> permissions, required String birthdate, required String libraryId, required bool isExceptionEnter, required bool isConvenienceBlack, required bool isExceptionBlack})
DimigoinUser.fromJson(dynamic json)

Properties

birthdate String?
no setter
classNum int?
no setter
createdAt String?
no setter
gender String?
no setter
gradeNum int?
no setter
hashCode int
The hash code for this object.
no setterinherited
id int?
no setter
isConvenienceBlack bool?
no setter
isExceptionBlack bool?
no setter
isExceptionEnter bool?
no setter
libraryId String?
no setter
mealStatus String?
no setter
name String?
no setter
permissions List<DimigoinPermissionType>?
no setter
photos List?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
studentId int?
no setter
studentNum int?
no setter
teacherRole String?
no setter
updatedAt String?
no setter
userId String?
no setter
userType DimigoinUserType?
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