toMap method Null safety
- @override
model -> map
Implementation
@override
Map<String, Object?> toMap() {
return {
'id': this.id,
'visible': visible,
'zIndex': zIndex,
'className': this.className,
};
}
model -> map
@override
Map<String, Object?> toMap() {
return {
'id': this.id,
'visible': visible,
'zIndex': zIndex,
'className': this.className,
};
}