ch property

int get ch

Implementation

int get ch => isEmpty ? 0 : codeUnitAt(0);