$kDefaultRadius static method
Wrapper for the LocationSetRadius.kDefaultRadius getter
Implementation
static $Value? $kDefaultRadius(
Runtime runtime,
$Value? target,
List<$Value?> args,
) {
final value = LocationSetRadius.kDefaultRadius;
return $double(value);
}