Encodes this value as a JSON object.
Map<String, Object?> toJson() => <String, Object?>{ 'left': left, 'top': top, 'width': width, 'height': height, };