SolidityType class abstract

Solidity types

Implementers

Constructors

SolidityType(String name)
const
SolidityType.fromJson(String json)
factory

Properties

canonicalName String
no setter
fixedSize int
no setter
hashCode int
The hash code for this object.
no setterinherited
isDynamicType bool
no setter
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

decode(Uint8List encoded, [int offset = 0]) Object
encode(Object value) Uint8List
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toString() String
A string representation of this object.
override

Operators

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

Static Methods

getType(String typeName) SolidityType
nameOf(SolidityType type) String

Constants

int32Size → const int