Entity constructor

const Entity([
  1. String? name
])

Implementation

const Entity([this.name]);