Check if a signal value is set (does not subscribe)
bool get isInitialized;
@internal set isInitialized(bool val) { _isInitialized = val; }