Child constructor

Child({
  1. String? id,
  2. ChildType? type,
})

Implementation

Child({
  this.id,
  this.type,
});