UnspeccedGetConfigOutput.fromJson constructor

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

Implementation

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