$contain static method
Wrapper for the CameraConstraint.contain constructor
Implementation
static $Value? $contain(
Runtime runtime,
$Value? thisValue,
List<$Value?> args,
) {
return $CameraConstraint.wrap(
CameraConstraint.contain(bounds: args[0]!.$value),
);
}