extension StringCharCode on String { int get charCode { return codeUnitAt(0); } }