EIP712Version class

Represents different versions of the Ethereum Improvement Proposal (EIP) 712 specification.

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
The name of the EIP712 version.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version int
The version number associated with the EIP712 version.
final

Methods

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

Operators

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

Constants

v1 → const EIP712Version
EIP712 version 1.
v3 → const EIP712Version
EIP712 version 3.
v4 → const EIP712Version
EIP712 version 4.