getmetadata property

dynamic Function() getmetadata

Implementation

_i2.dynamic Function() get getmetadata => () => _i4.callMethod(
      _i4.getProperty(
        this,
        'getmetadata',
      ),
      r'call',
      [this],
    );
void getmetadata=(dynamic value())

Implementation

set getmetadata(_i2.dynamic Function() value) {
  _i4.setProperty(
    this,
    'getmetadata',
    _i4.allowInterop(value),
  );
}