version property

int? get version

The transaction/message version (null == legacy).

Implementation

int? get version => message.version;