Parent constructor

Parent({
  1. String? id,
  2. ParentType? type,
})

Implementation

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