ViewerConfig.fromJson constructor

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

Implementation

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