rawTransaction property

String? get rawTransaction

Implementation

String? get rawTransaction => _$this._rawTransaction;
set rawTransaction (String? rawTransaction)

Implementation

set rawTransaction(String? rawTransaction) =>
    _$this._rawTransaction = rawTransaction;