$fromJson static method
Wrapper for the LocationSetRadius.fromJson constructor
Implementation
static $Value? $fromJson(
Runtime runtime,
$Value? thisValue,
List<$Value?> args,
) {
return $LocationSetRadius.wrap(
LocationSetRadius.fromJson((args[0]!.$reified as List).cast()),
);
}