RADRetrieve.fromRawJson constructor

RADRetrieve.fromRawJson(
  1. String str
)

Implementation

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