contentHint property

String contentHint

Implementation

String get contentHint => js_util.getProperty(this, 'contentHint');
void contentHint=(String newValue)

Implementation

set contentHint(String newValue) {
  js_util.setProperty(this, 'contentHint', newValue);
}