isReady property

bool get isReady

Whether the shader program is loaded (ready to create shader instances)

Implementation

bool get isReady => _program != null;