getTransports property

List<String> Function() get getTransports

Implementation

_i2.List<_i2.String> Function() get getTransports => () => ((_i4.callMethod(
      _i4.getProperty(
        this,
        'getTransports',
      ),
      r'call',
      [this],
    )) as _i2.List)
        .cast();
set getTransports (List<String> value())

Implementation

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