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