primary method

void primary(
  1. List<String> fields
)

Implementation

void primary(List<String> fields) => primaryKeys.addAll(fields);