moveFirst property

void Function() get moveFirst

Implementation

void Function() get moveFirst => () => _i3.callMethod(
      _i3.getProperty(
        this,
        'moveFirst',
      ),
      r'call',
      [this],
    );
set moveFirst (void value())

Implementation

set moveFirst(void Function() value) {
  _i3.setProperty(
    this,
    'moveFirst',
    _i3.allowInterop(value),
  );
}