IdBuilder<T> typedef
IdBuilder<T> =
String Function(T)
Function which can assign a new Id to an unsaved item.
Implementation
typedef IdBuilder<T> = String Function(T);
Function which can assign a new Id to an unsaved item.
typedef IdBuilder<T> = String Function(T);