EventFragment class

Inheritance

Constructors

EventFragment.from(dynamic source)
Creates a new EventFragment from any compatible source.
factory

Properties

anonymous bool
This is whether the event is anonymous. An anonymous Event does not inject its topic hash as topic0 when creating a log.
no setter
hashCode int
The hash code for this object.
no setterinherited
impl → _EventFragmentImpl
Internal JS Object, should not be used directly.
finalinherited
name String?
This is the name of the Event or Function. This will be null for a ConstructorFragment.
no setterinherited
paramType List<ParamType>
This is an array of each ParamType for the input parameters to the Constructor, Event of Function.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
This is a String which indicates the type of the Fragment. This will be one of:
no setterinherited

Methods

format([FormatTypes? type]) String
Creates a String representation of the Fragment using the available type formats.
override
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