isBytecode property
bool
get
isBytecode
Implementation
bool get isBytecode => contentType.mimeType == webfBc1ContentType.mimeType || _isSupportedBytecode(contentType.mimeType, _uri);
bool get isBytecode => contentType.mimeType == webfBc1ContentType.mimeType || _isSupportedBytecode(contentType.mimeType, _uri);