internal top-level constant
          
          _Internal
          const internal
          
        
        
Annotates a function or class that's for internal use within the image library and is not to be exported as part of the main API.
Implementation
const internal = _Internal();