FileConverted constructor

FileConverted(
  1. String id,
  2. int imageCount,
  3. String? name,
  4. String? ownerId,
  5. num? size,
)

Implementation

FileConverted(this.id, this.imageCount, this.name, this.ownerId, this.size);