NameConversion typedef

NameConversion = String Function(String name, [bool toSQL = true])

Naming conversion between Dart and SQL name.

Implementation

typedef NameConversion = String Function(String, [bool toSQL]);