GhostNavigationItem.fromJson constructor

GhostNavigationItem.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory GhostNavigationItem.fromJson(Map<String, dynamic> json) =>
    _$GhostNavigationItemFromJson(json);