DeveloperMetadataLookup constructor

DeveloperMetadataLookup({
  1. String? locationMatchingStrategy,
  2. String? locationType,
  3. int? metadataId,
  4. String? metadataKey,
  5. DeveloperMetadataLocation? metadataLocation,
  6. String? metadataValue,
  7. String? visibility,
})

Implementation

DeveloperMetadataLookup({
  this.locationMatchingStrategy,
  this.locationType,
  this.metadataId,
  this.metadataKey,
  this.metadataLocation,
  this.metadataValue,
  this.visibility,
});