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