CopyWith$Input$PluginValueInput<TRes> class abstract

Constructors

CopyWith$Input$PluginValueInput(Input$PluginValueInput instance, TRes then(Input$PluginValueInput))
factory
CopyWith$Input$PluginValueInput.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

a(Iterable<Input$PluginValueInput>? _fn(Iterable<CopyWith$Input$PluginValueInput<Input$PluginValueInput>>?)) → TRes
call({String? str, int? i, bool? b, double? f, List<Input$PluginArgInput>? o, List<Input$PluginValueInput>? a}) → TRes
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
o(Iterable<Input$PluginArgInput>? _fn(Iterable<CopyWith$Input$PluginArgInput<Input$PluginArgInput>>?)) → TRes
toString() String
A string representation of this object.
inherited

Operators

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