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