replace abstract method
Create a copy of this object with some values replaced.
Implementation
// TODO: This cannot be used to set values to null.
ObjectMetadata replace(
{Acl? acl,
String? contentType,
String? contentEncoding,
String? cacheControl,
String? contentDisposition,
String? contentLanguage,
Map<String, String>? custom});