JlpResult.fromRawJson constructor

JlpResult.fromRawJson(
  1. String str
)

Implementation

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