Client.fromJson constructor

Client.fromJson(
  1. Map<String, dynamic> json
)

Create a Client from JSON

Implementation

factory Client.fromJson(Map<String, dynamic> json) => _$ClientFromJson(json);