Whether the semantics node represents an image.
bool get isImage => _hasFlag(SemanticsFlag.isImage);
set isImage(bool value) { _setFlag(SemanticsFlag.isImage, value); }