MapBoxPlace.fromRawJson constructor

MapBoxPlace.fromRawJson(
  1. String str
)

Implementation

factory MapBoxPlace.fromRawJson(String str) =>
    MapBoxPlace.fromJson(json.decode(str));