BitsFactory<T> typedef

*<Null safety>*

T BitsFactory (int value)

Implementation

typedef BitsFactory<T> = T Function(int value);