TransactionData constructor Null safety

TransactionData(
  1. {String? content}
)

Implementation

TransactionData({
    this.content,
});