StringDelta({ String? previous, String? current, }) : _wrapped = $js.StringDelta( previous: previous, current: current, );