ExpansionFile constructor

ExpansionFile({
  1. String? fileSize,
  2. int? referencesVersion,
})

Implementation

ExpansionFile({
  this.fileSize,
  this.referencesVersion,
});