getSupportedProfiles property

List<String> Function() get getSupportedProfiles

Implementation

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

Implementation

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