Maneuver.fromRawJson constructor

Maneuver.fromRawJson(
  1. String str
)

Implementation

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