EntityBearer constructor

const EntityBearer({
  1. required CedarEntity entity,
})

Implementation

const EntityBearer({
  required this.entity,
});