ConfigSpec.fromJson constructor

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

Implementation

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