isKey method

bool isKey(
  1. String field
)

Implementation

bool isKey(String field) => keyFields.contains(field);