RADRequest.fromRawJson constructor

RADRequest.fromRawJson(
  1. String str
)

Implementation

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