GetLocationResponse constructor
- Location? location,
Implementation
factory GetLocationResponse({
Location? location,
}) {
final $result = create();
if (location != null) {
$result.location = location;
}
return $result;
}
factory GetLocationResponse({
Location? location,
}) {
final $result = create();
if (location != null) {
$result.location = location;
}
return $result;
}