oneCheck method
- dynamic condition1
Implementation
String oneCheck(condition1) {
var text = '''if($condition1){
$trueValue
}else{
$falseValue
}''';
return text;
}
String oneCheck(condition1) {
var text = '''if($condition1){
$trueValue
}else{
$falseValue
}''';
return text;
}