EventInfo class

Constructors

EventInfo(String type, String ledger, String ledgerCloseAt, String contractId, String id, String paginationToken, List<String> topic, EventInfoValue value)
EventInfo.fromJson(Map<String, dynamic> json)
factory

Properties

contractId String
read / write
hashCode int
The hash code for this object.
read-onlyinherited
id String
read / write
ledger String
read / write
ledgerCloseAt String
read / write
paginationToken String
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
topic List<String>
read / write
type String
read / write
value EventInfoValue
read / write

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