toJson method

Map<String, dynamic> toJson()

Implementation

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