Route constructor

Route({
  1. RouteMethod method = RouteMethod.get,
})

Implementation

Route({this.method = RouteMethod.get});