fromJson static method
Implementation
static ConfigurationDoneResponse fromJson(Map<String, Object?> obj) =>
ConfigurationDoneResponse.fromMap(obj);
static ConfigurationDoneResponse fromJson(Map<String, Object?> obj) =>
ConfigurationDoneResponse.fromMap(obj);