UniversalIdResultField.fromRawJson constructor

UniversalIdResultField.fromRawJson(
  1. String str
)

Implementation

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