ChildEntity constructor

ChildEntity(
  1. String name,
  2. Object value
)

Implementation

ChildEntity(this.name, this.value);