d static method

dynamic d(
  1. Object? data
)

Implementation

static d(Object? data) {
  if (kDebugMode) {
    print(data);
  }
}