cdig method

String cdig(
  1. int i
)

Implementation

String cdig(int i) => String.fromCharCode(i + '0'.codeUnitAt(0));