Leg.fromRawJson constructor

Leg.fromRawJson(
  1. String str
)

Implementation

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