rowReport method
Nice one-row report.
Implementation
String rowReport() {
String cS = bindC.toString();
String mS = bindingM.toString();
String _s = ':bind:rr- C:$cS $mS';
return _s;
}
Nice one-row report.
String rowReport() {
String cS = bindC.toString();
String mS = bindingM.toString();
String _s = ':bind:rr- C:$cS $mS';
return _s;
}