RunTip constructor
RunTip({
- bool isPrintToDart = true,
Implementation
RunTip({this.isPrintToDart = true}) {
if (isPrintToDart) {
bindDartPrint();
}
}
RunTip({this.isPrintToDart = true}) {
if (isPrintToDart) {
bindDartPrint();
}
}