ScheduleCardModel class

Annotations
  • @JsonSerializable()

Constructors

ScheduleCardModel({String? outletId, String? outletName, String? outletType, String? address, String? distance, int? activityCount, bool? isCheckin, bool? isCheckOut, bool? isCompleted})
ScheduleCardModel.fromJson(Map<String, dynamic> json)
factory

Properties

activityCount int?
getter/setter pair
address String?
getter/setter pair
distance String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isCheckin bool?
getter/setter pair
isCheckOut bool?
getter/setter pair
isCompleted bool?
getter/setter pair
outletId String?
getter/setter pair
outletName String?
getter/setter pair
outletType String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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