GetConfigOutput.fromJson constructor

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

Implementation

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