collation property

  1. @TagNumber.new(15)
String get collation

The Cloud SQL default instance level collation.

Implementation

@$pb.TagNumber(15)
$core.String get collation => $_getSZ(13);
  1. @TagNumber.new(15)
set collation (String v)

Implementation

@$pb.TagNumber(15)
set collation($core.String v) {
  $_setString(13, v);
}