txn_id property

Int8List? get txn_id

Implementation

Int8List? get txn_id => this._txn_id;
set txn_id (Int8List? txn_id)

Implementation

set txn_id(Int8List? txn_id) {
  this._txn_id = txn_id;
}