GetNavItemsResponse constructor

GetNavItemsResponse({
  1. String? baseUrl,
  2. List<NavItem>? results,
  3. Map<String, List<NavItem>>? navItemsMap,
  4. Map<String, String?>? meta,
  5. ResponseStatus? responseStatus,
})

Implementation

GetNavItemsResponse(
    {this.baseUrl,
    this.results,
    this.navItemsMap,
    this.meta,
    this.responseStatus});