Map<String, dynamic> toJson() { return <String, dynamic>{ 'left': left, 'top': top, 'right': right, 'bottom': bottom, }; }