collation property
String
get
collation
Implementation
_i2.String get collation => _i5.getProperty(
this,
'collation',
);
set
collation
(String value)
Implementation
set collation(_i2.String value) {
_i5.setProperty(
this,
'collation',
value,
);
}