ClientDto.fromJson constructor

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

Implementation

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