CustomMetadata constructor

CustomMetadata({
  1. Map<String, String>? values,
})

Implementation

CustomMetadata({
  this.values,
});