Navigation constructor
Navigation({
- required XmlDocument document,
Creates a new Navigation with the given document
.
Implementation
Navigation({required this.document});
Creates a new Navigation with the given document
.
Navigation({required this.document});