ClientAddressesGet$Response.fromJson constructor

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

Implementation

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