contentHint property

String get contentHint

Implementation

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

Implementation

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