isInitialized property

bool isInitialized

Implementation

bool get isInitialized {
  return _formFactorBloc.value != null;
}