Inlet constructor
const
Inlet({})
Creates a Flutter route declaration.
Implementation
const Inlet({
required super.view,
super.name,
super.meta,
super.path = '/',
Iterable<Inlet> children = const [],
super.guards = const [],
}) : super(children: children);