BoolInitialState constructor

const BoolInitialState({
  1. required bool value,
})

Implementation

const BoolInitialState({required super.value});