toProto method

  1. @internal
Collation toProto()

Implementation

@internal
p.Collation toProto() {
  return p.Collation(
    alternate: alternate,
    backwards: backwards,
    caseFirst: caseFirst,
    caseLevel: caseLevel,
    locale: locale,
    maxVariable: maxVariable,
    normalization: normalization,
    numericOrdering: numericOrdering,
    strength: strength,
  );
}