isReady property
bool
get
isReady
Whether the shader program is loaded (ready to create shader instances)
Implementation
bool get isReady => _program != null;
Whether the shader program is loaded (ready to create shader instances)
bool get isReady => _program != null;