factory VisionImage.uri( Uri uri, { int rotationDegrees = 0, }) => UriVisionImage( uri: uri, rotationDegrees: rotationDegrees, );