contentHint property

String contentHint

Implementation

_i2.String get contentHint => _i4.getProperty(
      this,
      'contentHint',
    );
void contentHint=(String value)

Implementation

set contentHint(_i2.String value) {
  _i4.setProperty(
    this,
    'contentHint',
    value,
  );
}