var x = [
"long value that won't fit everywhere",
"long value that won't fit everywhere",
"long value that won't fit everywhere"
];
get y => [
"long value that won't fit everywhere",
"long value that won't fit everywhere",
"long value that won't fit everywhere"
];
In the var declaration, the list is indented by two, in the getter, it's indented by six.
I'd prefer if they both used the var indentation.