newrec property

Map<String, Map<String, dynamic>> get newrec

Create a new 'empty' record from a specified data table

Implementation

Map<String, Map<String, dynamic>> get newrec => throw UnimplementedError();