WorkingHourModel class

Constructors

WorkingHourModel({int? id, int? businessId, List<String>? days, List<String>? startAt, List<String>? endAt, List<bool>? status})
WorkingHourModel.fromMap(Map<String, dynamic> json)
factory

Properties

businessId int?
getter/setter pair
days List<String>?
getter/setter pair
endAt List<String>?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
id int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startAt List<String>?
getter/setter pair
status List<bool>?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(covariant WorkingHourModel other) bool
The equality operator.
override