RouteResponse constructor

RouteResponse(
  1. String timestamp,
  2. int status,
  3. String message, [
  4. List<Route>? data,
])

Implementation

RouteResponse(this.timestamp, this.status, this.message, [this.data]);