Files constructor

Files({
  1. String? fileId,
  2. String? fileUrl,
  3. String? type,
  4. String? createdAt,
  5. String? updatedAt,
  6. Attributes? attributes,
})

Implementation

Files(
    {this.fileId,
    this.fileUrl,
    this.type,
    this.createdAt,
    this.updatedAt,
    this.attributes});