Meta constructor

Meta({
  1. Map<String, dynamic>? err,
  2. int? fee,
  3. List? innerInstructions,
  4. List<String>? logMessages,
  5. List<int>? postBalances,
  6. List<int>? postTokenBalances,
  7. List<int>? preBalances,
  8. List<int>? preTokenBalances,
  9. List? rewards,
  10. Status? status,
})

Implementation

Meta(
    {this.err,
    this.fee,
    this.innerInstructions,
    this.logMessages,
    this.postBalances,
    this.postTokenBalances,
    this.preBalances,
    this.preTokenBalances,
    this.rewards,
    this.status});