rowReport method

String rowReport()

Nice one-row report.

Implementation

String rowReport() {
  //  String cS = bindC.toString();
  //  String mS = bindingM.toString();
  //  String _s = ':bind:rr- C:$cS  $mS';
  //  return _s;
  return ('ret str');
}