ObjectMetadata constructor
ObjectMetadata({})
Implementation
factory ObjectMetadata(
{Acl? acl,
String? contentType,
String? contentEncoding,
String? cacheControl,
String? contentDisposition,
String? contentLanguage,
Map<String, String>? custom}) = _ObjectMetadata;