text property

Future<String> Function() get text

Implementation

_i2.Future<_i2.String> Function() get text =>
    () => _i4.promiseToFuture(_i4.callMethod(
          _i4.getProperty(
            this,
            'text',
          ),
          r'call',
          [this],
        ));
set text (Future<String> value())

Implementation

set text(_i2.Future<_i2.String> Function() value) {
  _i4.setProperty(
    this,
    'text',
    _i4.allowInterop(value),
  );
}