FilePath constructor

const FilePath({
  1. required String fileId,
})

Creates a FilePath.

Implementation

const FilePath({required this.fileId});