ErrorRoute constructor

const ErrorRoute({
  1. String? location,
  2. String? message,
})

Implementation

const ErrorRoute({this.location, this.message});