StandardEntity constructor

StandardEntity({
  1. String? name,
})

Implementation

StandardEntity({
  this.name,
});