xdart_test.dart 37 B

123
  1. int calculate() {
  2. return 56 * 7;
  3. }