NavItem.fromJson constructor

NavItem.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory NavItem.fromJson(Map<String, Object?> json) =>
    _$NavItemFromJson(json);