Attributes constructor Null safety

Attributes(
  1. String volume,
  2. String fileName,
  3. String description,
  4. int version,
  5. String createdAt,
  6. String updatedAt
)

Implementation

Attributes(this.volume, this.fileName, this.description, this.version,
    this.createdAt, this.updatedAt);