ColumnValueListBuilder<T extends UpdateTable<Table>> typedef

ColumnValueListBuilder<T extends UpdateTable<Table>> = List<ColumnValue> Function(T)

A function that returns a list of ColumnValues for a UpdateTable.

Implementation

typedef ColumnValueListBuilder<T extends UpdateTable> =
    List<ColumnValue> Function(T);