RelationExpandable constructor

RelationExpandable({
  1. String? relationData,
  2. String? source,
  3. String? target,
})

Implementation

RelationExpandable({this.relationData, this.source, this.target});