fromJson static method

NavigationEntry_Order fromJson(
  1. Object? json
)

Creates a new object from the given json data.

Use toJson to serialize it back into json.

Implementation

static NavigationEntry_Order fromJson(Object? json) => $b2c4857c0136baea42828d89c87c757dExtension._fromJson(json);