Navigation constructor

Navigation({
  1. required XmlDocument document,
})

Creates a new Navigation with the given document.

Implementation

Navigation({required this.document});