collation property

String? get collation

The collation type used for sorting

Implementation

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

Implementation

set collation(_i2.String? value) {
  _i5.setProperty(
    this,
    'collation',
    value ?? _i4.undefined,
  );
}