customMetadata property

Map<String, String>? customMetadata

Implementation

Map<String, String>? get customMetadata {
  return _metadata.customMetadata;
}