Input$BookingFilterInput class

Constructors

Input$BookingFilterInput({List<String>? user, List<String>? pos, List<double>? bookingNumber, List<Enum$BookingStatusEnum>? status, List<Enum$BookingSourceEnum>? source, DateTime? from, DateTime? to})
factory
Input$BookingFilterInput.fromJson(Map<String, dynamic> data)
factory

Properties

bookingNumber List<double>?
no setter
copyWith CopyWith$Input$BookingFilterInput<Input$BookingFilterInput>
no setter
from DateTime?
no setter
hashCode int
The hash code for this object.
no setteroverride
pos List<String>?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source List<Enum$BookingSourceEnum>?
no setter
status List<Enum$BookingStatusEnum>?
no setter
to DateTime?
no setter
user List<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