NyRequest constructor

NyRequest({
  1. String? currentRoute,
  2. NyArgument? args,
})

Implementation

NyRequest({this.currentRoute, NyArgument? args}) {
  _args = args;
}