DalgeurakConvenienceFood class

달그락 간편식 모델 클래스

Constructors

DalgeurakConvenienceFood({ConvenienceFoodType? foodType, required DimigoinUser? student, bool? isCheckin, DateTime? dateTime, MealType? mealType})
DalgeurakConvenienceFood.fromJson(dynamic json)

Properties

dateTime DateTime?
no setter
foodType ConvenienceFoodType?
no setter
hashCode int
The hash code for this object.
no setterinherited
isCheckin bool?
no setter
mealType MealType?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
student DimigoinUser?
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