c property

String c

Character to insert.

Implementation

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

Implementation

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