ReportConfigGroupPreferenceSetAssignment.fromJson constructor

ReportConfigGroupPreferenceSetAssignment.fromJson(
  1. Map json_
)

Implementation

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