toJson method
Implementation
@visibleForTesting
Map<String, dynamic> toJson() => {
"width": width,
"height": height,
}.clearNulls();
@visibleForTesting
Map<String, dynamic> toJson() => {
"width": width,
"height": height,
}.clearNulls();