ClientsGet$Response.fromJson constructor

ClientsGet$Response.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory ClientsGet$Response.fromJson(Map<String, dynamic> json) =>
    _$ClientsGet$ResponseFromJson(json);