Predections.fromRawJson constructor

Predections.fromRawJson(
  1. String str
)

Implementation

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