fromJson static method

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

Implementation

static CallSettingsResponse fromJson(Map<String, dynamic> json) =>
    _$CallSettingsResponseFromJson(json);