clearMarks property
      
      void Function([String?])
      get
      clearMarks
      
    
    
    
Implementation
void Function([_i2.String?]) get clearMarks =>
    ([_i2.String? p0]) => _i4.callMethod(
          _i4.getProperty(
            this,
            'clearMarks',
          ),
          r'call',
          [
            this,
            p0 ?? _i6.undefined,
          ],
        );
      
      set
      clearMarks
      (void value([String?])) 
      
    
    
    
Implementation
set clearMarks(void Function([_i2.String?]) value) {
  _i4.setProperty(
    this,
    'clearMarks',
    _i4.allowInterop(value),
  );
}