fileEndpointUri property
      
      String
      get
      fileEndpointUri
      
    
    
The URL for the file end point for this FileStorageReference.
Implementation
String get fileEndpointUri =>
    "${service.app!.uri.toString()}/api/studies/${service.app!.studyId}/files";