Relation constructor

Relation({
  1. String? createTime,
  2. String? dstAsset,
  3. String? name,
  4. String? srcAsset,
  5. String? type,
})

Implementation

Relation({
  this.createTime,
  this.dstAsset,
  this.name,
  this.srcAsset,
  this.type,
});