DalgeurakMealException class

달그락 선/후밥 모델 클래스

Constructors

DalgeurakMealException({required String? id, required bool? isGroup, required DimigoinUser? applierUser, required List<DimigoinUser>? groupApplierUserList, required MealType? mealType, required DateTime? date, required String? reason, required MealExceptionType? exceptionType, required String? rejectReason, required bool? isEnter, required MealExceptionStatusType? statusType})
DalgeurakMealException.fromJson(dynamic json)

Properties

applierUser DimigoinUser?
no setter
date DateTime?
no setter
exceptionType MealExceptionType?
no setter
groupApplierUserList List<DimigoinUser>?
no setter
hashCode int
The hash code for this object.
no setterinherited
id String?
no setter
isEnter bool?
no setter
isGroup bool?
no setter
mealType MealType?
no setter
reason String?
no setter
rejectReason String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusType MealExceptionStatusType?
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