IdResult.fromRawJson constructor

IdResult.fromRawJson(
  1. String str
)

Implementation

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