p static method

dynamic p(
  1. String text
)

Implementation

static p(String text) {
  if (_isTest) {
    print(text);
  }
}