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