UniversalIdResult.fromRawJson constructor

UniversalIdResult.fromRawJson(
  1. String str
)

Implementation

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