Map<String, dynamic> toJson() { final defaultValueList = this.defaultValueList; return { 'defaultValueList': defaultValueList, }; }