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