toMap method
Implementation
Map<String, dynamic> toMap() {
return {
'text': this.text,
'left': this.left,
'top': this.top,
'font': this.font.toMap()
};
}
Map<String, dynamic> toMap() {
return {
'text': this.text,
'left': this.left,
'top': this.top,
'font': this.font.toMap()
};
}