Ancestor constructor

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

Implementation

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