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