logs property

List<Log<_LogImpl>> logs

All the logs emitted by this transaction.

Implementation

List<Log> get logs =>
    impl.logs.cast<_LogImpl>().map((e) => Log._(e)).toList();