RawTransaction constructor

const RawTransaction(
  1. List<int> data
)

Implementation

const RawTransaction(this.data);