CopyWith$Input$EventTicketUpdateInput<TRes> class
abstract
Constructors
- CopyWith$Input$EventTicketUpdateInput(Input$EventTicketUpdateInput instance, TRes then(Input$EventTicketUpdateInput))
-
factory
- CopyWith$Input$EventTicketUpdateInput.stub(TRes res)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
call(
{String? email, String? event, double? price, List< Input$EventTicketUserInput> ? users}) → TRes -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
users(
Iterable< Input$EventTicketUserInput> ? _fn(Iterable<CopyWith$Input$EventTicketUserInput< ?)) → TResInput$EventTicketUserInput> >
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited