storage_client package
documentation
storage_client
FileOptions
FileOptions const constructor
FileOptions
FileOptions
constructor
Null safety
const
FileOptions
(
{
String
cacheControl
=
'3600'
,
bool
upsert
=
false
,
String
?
mime
}
)
Implementation
const FileOptions({ this.cacheControl = '3600', this.upsert = false, this.mime, });
storage_client package
documentation
storage_client
FileOptions
FileOptions const constructor
FileOptions class
Constructors
FileOptions
Properties
cacheControl
hashCode
mime
runtimeType
upsert
Methods
noSuchMethod
toString
Operators
operator ==