RidesPage constructor Null safety

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

Implementation

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