newRec method
Create a new 'empty' record from a specified data table Specified the fields to come from the data table
Implementation
Map<String?, dynamic> newRec(String table, [Map<String, dynamic>? data]) {
throw UnimplementedError();
}
Create a new 'empty' record from a specified data table Specified the fields to come from the data table
Map<String?, dynamic> newRec(String table, [Map<String, dynamic>? data]) {
throw UnimplementedError();
}