PrioritiesEstimate.fromRawJson constructor

PrioritiesEstimate.fromRawJson(
  1. String str
)

Implementation

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