ServerSettings.fromJson constructor

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

Implementation

ServerSettings.fromJson(Map<String, dynamic> json) {
  identityServiceAddress = json['service_address'];
  preferenciasServiceAddress = json['preferencia_address'];
}