x property

int x
final

Implementation

static final int x = () {
  print("Compute x");
  return 1;
}();