Address class

Implementers
Annotations
  • @immutable

Constructors

Address(String hex)
Address.fromNumber(BigInt number)
Creates an address from its number

Properties

address String
Returns this address in a hexadecimal representation, without any prefix
no setter
hashCode int
The hash code for this object.
no setterinherited
hex String
Returns this address in a hexadecimal representation, with 0x prefixed.
no setter
number BigInt
The number associated with the address
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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

Static Properties

basicAddress RegExp
final
biggestAddress BigInt
final