keyFor static method

Implementation

static String? keyFor(DataModelMixin model) {
  return model._key;
}