isShader property
bool Function([WebGLShader?])
get
isShader
Implementation
_i2.bool Function([_i3.WebGLShader?]) get isShader =>
([_i3.WebGLShader? p0]) => _i4.callMethod(
_i4.getProperty(
this,
'isShader',
),
r'call',
[
this,
p0 ?? _i6.undefined,
],
);
set
isShader
(bool value([WebGLShader?]))
Implementation
set isShader(_i2.bool Function([_i3.WebGLShader?]) value) {
_i4.setProperty(
this,
'isShader',
_i4.allowInterop(value),
);
}