FileModel constructor

FileModel(
  1. Model parent,
  2. String? id
)

Implementation

FileModel(super.parent, super.id);