ResourceValueConfigMetadata constructor

ResourceValueConfigMetadata({
  1. String? name,
})

Implementation

ResourceValueConfigMetadata({
  this.name,
});