some static method

void some()

Implementation

static void some() {
  print("X value is: $x");
}