Client.fromRawJson constructor

Client.fromRawJson(
  1. String str
)

Implementation

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