RunTip constructor

RunTip({
  1. bool isPrintToDart = true,
})

Implementation

RunTip({this.isPrintToDart = true}) {
  if (isPrintToDart) {
    bindDartPrint();
  }
}