FunStateStatus.idle constructor

FunStateStatus.idle()

Implementation

factory FunStateStatus.idle() {
  return FunStateStatus._(isIdle: true);
}