FlatConfig.fromJson constructor

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

Implementation

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