Map<String, dynamic> toMap() { return { 'value1': this.value1, 'value2': this.value2, 'value3': this.value3, 'value4': this.value4, 'value5': this.value5, }; }