@override Map toJson() { return { 'type': 'ImageLayer', 'image': image.toJson(), 'size': size, ...super.toJson(), }; }