NikuState<T>.all constructor

NikuState<T>.all(
  1. T all
)

Implementation

factory NikuState.all(T all) => NikuState(all: all);