FileEntity constructor

FileEntity({
  1. required String path,
})

Implementation

FileEntity({
  required this.path,
});