allow property

String? get allow

Implementation

String? get allow => _getAttribute('allow');
set allow (String? value)

Implementation

set allow(String? value) {
  _setAttribute('allow', value);
}