EntityKey constructor

EntityKey({
  1. String? id,
  2. String? namespace,
})

Implementation

EntityKey({this.id, this.namespace});