FunctionType class

Inheritance

Constructors

FunctionType()
const

Properties

encodingLength EncodingLengthInfo
Information about how long the encoding will be.
no setterinherited
hashCode int
The hash code for this object.
no setteroverride
length int
The amount of bytes to store, between 0 and 32 (both inclusive).
finalinherited
name String
The name of this type, as it would appear in a method signature in the solidity ABI.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

decode(ByteBuffer buffer, int offset) DecodingResult<Uint8List>
inherited
encode(Uint8List data, LengthTrackingByteSink buffer) → void
Writes data into the buffer.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
validate() → void
inherited

Operators

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