at method

  1. @override
String at(
  1. int i
)

Implementation

@override
String at(int i) => String.fromCharCode(byte(i));