toJson method

Map<String, dynamic> toJson()

Implementation

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