Intersection.fromRawJson constructor

Intersection.fromRawJson(
  1. String str
)

Implementation

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