$fromJson static method

$Value? $fromJson(
  1. Runtime runtime,
  2. $Value? thisValue,
  3. List<$Value?> args
)

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()),
  );
}