distinct property

(dynamic Function(TState state)?) distinct
final

The Function distinct it's the type dynamic and receive the param state it`s the type TState

Implementation

final dynamic Function(TState state)? distinct;