AdaptiveMtFile constructor

AdaptiveMtFile({
  1. String? createTime,
  2. String? displayName,
  3. int? entryCount,
  4. String? name,
  5. String? updateTime,
})

Implementation

AdaptiveMtFile({
  this.createTime,
  this.displayName,
  this.entryCount,
  this.name,
  this.updateTime,
});