JSString constructor
      
      JSString(
    
    
- JSStringRef _ref, {
- bool autoDispose = true,
Implementation
JSString(this._ref, {bool autoDispose = true}) {
  attach(
    JSStringReleaseAddress.cast(),
    _ref.cast(),
    autoDispose: autoDispose,
  );
}