Phase class

Phase of block execution when event was emitted

Constructors

Phase.applyExtrinsic(int index)
Event emitted during extrinsic application
const
Phase.finalization()
Event emitted during block finalization
const
Phase.initialization()
Event emitted during block initialization
const

Properties

extrinsicIndex int?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type PhaseType
final

Methods

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

Operators

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