stream property

Stream<FormFactors?> stream

Implementation

Stream<FormFactors?> get stream {
  return _formFactorBloc.stream;
}