fromJson static method

ConfigurationDoneResponse fromJson(
  1. Map<String, Object?> obj
)
override

Implementation

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