DeveloperMetadata constructor
DeveloperMetadata({
- DeveloperMetadataLocation? location,
- int? metadataId,
- String? metadataKey,
- String? metadataValue,
- String? visibility,
Implementation
DeveloperMetadata({
this.location,
this.metadataId,
this.metadataKey,
this.metadataValue,
this.visibility,
});