Network class

A Network represents an Ethereum network.

Properties

chainId int
The Chain ID of the network.
no setter
ensAddress String?
The address at which the ENS registry is deployed on this network.
no setter
hashCode int
The hash code for this object.
no setterinherited
impl → _NetworkImpl
Internal JS Object, should not be used directly.
finalinherited
name String
The human-readable name of the network, such as homestead.
no setter
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