RegistrationPage constructor Null safety

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

Implementation

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