$AssertionError.wrap constructor
$AssertionError.wrap(
- AssertionError $value
Wrap a AssertionError in a $AssertionError
Implementation
$AssertionError.wrap(this.$value) : _superclass = $Object($value);