Transaction constructor Null safety

Transaction(
  1. {TransactionData? data}
)

Implementation

Transaction({
    this.data,
});