Route.fromRawJson constructor

Route.fromRawJson(
  1. String str
)

Implementation

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