EntityOptions constructor

const EntityOptions({
  1. String id = "id",
})

Implementation

const EntityOptions({
  this.id = "id",
});