anyfunc property

Function get anyfunc

Implementation

_i2.Function get anyfunc => _i5.getProperty(
      this,
      'anyfunc',
    );
set anyfunc (Function value)

Implementation

set anyfunc(_i2.Function value) {
  _i5.setProperty(
    this,
    'anyfunc',
    value,
  );
}