BalanceResponse constructor Null safety

BalanceResponse(
  1. {Data? data}
)

Implementation

BalanceResponse({
    this.data,
});