copyWithout method
- bool displayName = false,
Implementation
LocationDetailsResult copyWithout({
bool displayName = false,
}) {
return LocationDetailsResult(
displayName: displayName ? null : this.displayName,
address: address,
);
}
LocationDetailsResult copyWithout({
bool displayName = false,
}) {
return LocationDetailsResult(
displayName: displayName ? null : this.displayName,
address: address,
);
}