ModularRoute constructor
ModularRoute(})
Implementation
ModularRoute(
this.name, {
this.schema = '',
this.parent = '',
this.module,
required this.uri,
this.innerModules = const {},
this.children = const [],
this.middlewares = const [],
}) {
key = ModularKey(name: name, schema: schema);
}