ExpressParams constructor

ExpressParams({
  1. required String url,
})

Implementation

ExpressParams({required String url}) : this._url = url;