$String constructor

$String(
  1. String $value
)

Implementation

$String(this.$value) : _superclass = $Pattern.wrap($value);