allow property

String get allow

Implementation

_i2.String get allow => _i4.getProperty(
      this,
      'allow',
    );
set allow (String value)

Implementation

set allow(_i2.String value) {
  _i4.setProperty(
    this,
    'allow',
    value,
  );
}