primaryKey property
SchemaProperty?
get
primaryKey
Implementation
SchemaProperty? get primaryKey => _properties.firstWhereOrNull((p) => p.primaryKey);
SchemaProperty? get primaryKey => _properties.firstWhereOrNull((p) => p.primaryKey);