EntityKey constructor

const EntityKey({
  1. String id = "id",
  2. String timeMills = "time_mills",
})

Default constructor for EntityKey.

Implementation

const EntityKey({
  this.id = "id",
  this.timeMills = "time_mills",
});