mapboxModelFromJson function

MapboxModel mapboxModelFromJson(
  1. String str
)

Implementation

MapboxModel mapboxModelFromJson(String str) =>
    MapboxModel.fromJson(json.decode(str));