toMap method
- @override
override
model -> map
Implementation
@override
Map<String, Object> toMap() {
return {
'top': this.top,
'left': this.left,
'bottom': this.bottom,
'right': this.right
};
}
model -> map
@override
Map<String, Object> toMap() {
return {
'top': this.top,
'left': this.left,
'bottom': this.bottom,
'right': this.right
};
}