GetTransaction constructor
GetTransaction({
- int? blockTime,
- Meta? meta,
- int? slot,
- Transaction? transaction,
Implementation
GetTransaction({this.blockTime, this.meta, this.slot, this.transaction});