caseFirst property

String get caseFirst

Implementation

_i2.String get caseFirst => _i5.getProperty(
      this,
      'caseFirst',
    );
set caseFirst (String value)

Implementation

set caseFirst(_i2.String value) {
  _i5.setProperty(
    this,
    'caseFirst',
    value,
  );
}