Pure class
Constructors
- Pure(PureCreator _makePure)
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
-
address(
String value) → dynamic -
boolean(
bool value) → dynamic -
call(
dynamic typeOrSerializedValue, [dynamic value]) → dynamic -
id(
String value) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
option(
String type, dynamic value) → dynamic -
string(
String value) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
-
u128(
BigInt value) → dynamic -
u16(
int value) → dynamic -
u256(
BigInt value) → dynamic -
u32(
int value) → dynamic -
u64(
BigInt value) → dynamic -
u8(
int value) → dynamic -
vector(
String type, List value) → dynamic
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited