blob: 4c14ba7403889af954b38d0d8a869bd133328d35 [file] [log] [blame]
/// 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.
const _Internal internal = const _Internal();
class _Internal {
const _Internal();
}