ItemInput class

Thin wrapper for an item input pattern.

Constructors

ItemInput(ItemInput _native)

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

getDouble(String name) DoubleInput?
Retrieves the double parameter input pattern with the provided key.
getDoubles() List<DoubleInput>
Retrieves all double parameter input patterns.
getId() String
Retrieves the ID of this input.
getLong(String name) LongInput?
Retrieves the Int64 parameter input pattern with the provided key.
getLongs() List<LongInput>
Retrieves all Int64 parameter input patterns.
getString(String name) StringInput?
Retrieves the string parameter input pattern with the provided key.
getStrings() List<StringInput>
Retrieves all string parameter input patterns.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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