$DocumentEntityRelation constructor

$DocumentEntityRelation({
  1. String? objectId,
  2. String? relation,
  3. String? subjectId,
})

Implementation

$DocumentEntityRelation({
  this.objectId,
  this.relation,
  this.subjectId,
});