fromJson static method

Implementation

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