toListPrimaryKey method

Future<List> toListPrimaryKey([
  1. bool buildParams = true
])

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);
}