notifyTableFieldTypes method
Implementation
Map<String, Type> notifyTableFieldTypes(
String table, Map<String, Type> fieldsTypes) {
return _tablesFieldsTypes.putIfAbsent(
table, () => Map<String, Type>.unmodifiable(fieldsTypes));
}
Map<String, Type> notifyTableFieldTypes(
String table, Map<String, Type> fieldsTypes) {
return _tablesFieldsTypes.putIfAbsent(
table, () => Map<String, Type>.unmodifiable(fieldsTypes));
}