rowReport method

String rowReport()
override

Nice one-row report.

Implementation

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