Setter<T extends Object, TValue> typedef
Null safety
Implementation
typedef Setter<T extends Object, TValue> = FutureOr<bool> Function(
T item, TValue newValue, int rowIndex);
typedef Setter<T extends Object, TValue> = FutureOr<bool> Function(
T item, TValue newValue, int rowIndex);