DimigoinMeal class

디미고인 급식 클래스

Constructors

DimigoinMeal()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getDailyMeal(bool getTodayInfo, {String? date}) → dynamic
디미고인 서버에서 일간 급식 정보를 불러오는 함수입니다.
getWeeklyMeal() → dynamic
디미고인 서버에서 주간 급식 정보를 불러오는 함수입니다.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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