ReportConfigGroupPreferenceSetAssignment.fromJson constructor
ReportConfigGroupPreferenceSetAssignment.fromJson(
- Map json_
Implementation
ReportConfigGroupPreferenceSetAssignment.fromJson(core.Map json_)
: this(
group: json_['group'] as core.String?,
preferenceSet: json_['preferenceSet'] as core.String?,
);