transactionIndex property

int? transactionIndex

Transaction index. The transactions index position the log was created from. Null when the log is pending.

Implementation

int? get transactionIndex => _transactionIndex;