EventInfo constructor Null safety

EventInfo(
  1. String type,
  2. String ledger,
  3. String ledgerCloseAt,
  4. String contractId,
  5. String id,
  6. String paginationToken,
  7. List<String> topic,
  8. EventInfoValue value
)

Implementation

EventInfo(this.type, this.ledger, this.ledgerCloseAt, this.contractId, this.id,
    this.paginationToken, this.topic, this.value);