LmModalNode constructor
LmModalNode({})
Implementation
LmModalNode({
required this.name,
required this.location,
this.params,
Map<String, String> query = const {},
}) : query = Map.unmodifiable(query);
LmModalNode({
required this.name,
required this.location,
this.params,
Map<String, String> query = const {},
}) : query = Map.unmodifiable(query);