Client.fromJson constructor

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

Implementation

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