LastTransaction constructor Null safety

LastTransaction(
  1. {int? chainLength}
)

Implementation

LastTransaction({
  this.chainLength,
});