UserSettingsResponse.fromJson constructor

UserSettingsResponse.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory UserSettingsResponse.fromJson(Map<String, Object?> json) =>
    _$UserSettingsResponseFromJson(json);