menu
firebaseapis package
documentation
storage/v1.dart
BucketCors
BucketCors constructor
BucketCors constructor
dark_mode
light_mode
BucketCors
constructor
BucketCors
(
{
int
?
maxAgeSeconds
,
List
<
String
>
?
method
,
List
<
String
>
?
origin
,
List
<
String
>
?
responseHeader
,
})
Implementation
BucketCors({ this.maxAgeSeconds, this.method, this.origin, this.responseHeader, });
firebaseapis package
documentation
storage/v1
BucketCors
BucketCors constructor
BucketCors class