Route constructor

const Route(
  1. String path, {
  2. String? name,
  3. bool requiresAuth = false,
})

Implementation

const Route(this.path, {this.name, this.requiresAuth = false});