Location constructor
Location({})
Implementation
Location({
this.name = '',
this.locationId = '',
this.displayName = '',
this.labels = const {},
this.metadata,
}) : super(fullyQualifiedName);
Location({
this.name = '',
this.locationId = '',
this.displayName = '',
this.labels = const {},
this.metadata,
}) : super(fullyQualifiedName);