BookingList class

Constructors

BookingList({int? bookingId, String? evenImage, String? eventName, String? eventAddress, DateTime? startDate, String? startTime, String? endTime, int? userId, String? eventStatus})
BookingList.fromJson(String str)
factory
BookingList.fromMap(Map<String, dynamic> json)
factory

Properties

bookingId int?
getter/setter pair
endTime String?
getter/setter pair
evenImage String?
getter/setter pair
eventAddress String?
getter/setter pair
eventName String?
getter/setter pair
eventStatus String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startDate DateTime?
getter/setter pair
startTime String?
getter/setter pair
userId int?
getter/setter pair

Methods

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

Operators

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