ConfigurationSet.fromJson constructor

ConfigurationSet.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory ConfigurationSet.fromJson(Map<String, dynamic> json) =>
    _$ConfigurationSetFromJson(json);