DataRowBuilder<T> typedef

DataRowBuilder<T> = DataRow? Function(T, int, bool, void (bool?)?)

Implementation

typedef DataRowBuilder<T> = DataRow? Function(
    T, int, bool, void Function(bool?)?);