toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final group = this.group;
  final preferenceSet = this.preferenceSet;
  return {'group': ?group, 'preferenceSet': ?preferenceSet};
}