DeveloperMetadata constructor

DeveloperMetadata({
  1. DeveloperMetadataLocation? location,
  2. int? metadataId,
  3. String? metadataKey,
  4. String? metadataValue,
  5. String? visibility,
})

Implementation

DeveloperMetadata({
  this.location,
  this.metadataId,
  this.metadataKey,
  this.metadataValue,
  this.visibility,
});