Input$BookingInput class

Constructors

Input$BookingInput({required String user, required String pos, String? instructions, String? phone, required DateTime bookingTime, List<Input$SettingsAttributeInput>? attributes, required int people, required Enum$BookingSourceEnum source})
factory
Input$BookingInput.fromJson(Map<String, dynamic> data)
factory

Properties

attributes List<Input$SettingsAttributeInput>?
no setter
bookingTime DateTime
no setter
copyWith CopyWith$Input$BookingInput<Input$BookingInput>
no setter
hashCode int
The hash code for this object.
no setteroverride
instructions String?
no setter
people int
no setter
phone String?
no setter
pos String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source Enum$BookingSourceEnum
no setter
user String
no setter

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.
override