TakeoutHour class

Constructors

TakeoutHour({required String apartmentId, required String orderStart, required String orderEnd, required String pickStart, required String pickEnd, required String pickTerm})
const
TakeoutHour.fromJson(dynamic json)
factory

Properties

apartmentId String
final
hashCode int
The hash code for this object.
no setterinherited
orderEnd String
final
orderStart String
final
pickEnd String
final
pickStart String
final
pickTerm String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copy({String? apartmentId, String? orderStart, String? orderEnd, String? pickStart, String? pickEnd, String? pickTerm}) TakeoutHour
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