menu
pasubot_storage_client package
documentation
storage_client.dart
FileOptions
FileOptions.new const constructor
FileOptions.new const constructor
dark_mode
light_mode
FileOptions
constructor
const
FileOptions
(
{
String
cacheControl
=
'3600'
,
bool
upsert
=
false
,
String
?
contentType
,
})
Implementation
const FileOptions({ this.cacheControl = '3600', this.upsert = false, this.contentType, });
pasubot_storage_client package
documentation
storage_client
FileOptions
FileOptions.new const constructor
FileOptions class