toListPrimaryKey method
This method returns Primary Key List
Implementation
Future<List<dynamic>> toListPrimaryKey([bool buildParams = true]) {
final msg =
'toListPrimaryKey method can be implemented in tables not view objects';
throw UnimplementedError(msg);
}