WalletPage constructor Null safety

const WalletPage(
  1. APIConnector _api,
  2. {Key? key}
)

Implementation

const WalletPage(this._api, {Key? key}) : super(key: key);