$ArgumentError.wrap constructor

$ArgumentError.wrap(
  1. ArgumentError $value
)

Implementation

$ArgumentError.wrap(this.$value) : _superclass = $Object($value);