Result.fromRawJson constructor

Result.fromRawJson(
  1. String str
)

Implementation

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