collation property
Field collation can be set only when the type of field is STRING.
The following values are supported: * 'und:ci': undetermined locale, case insensitive. * '': empty string. Default to case-sensitive behavior.
Optional.
Implementation
core.String? collation;