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