latin1Decode method

String latin1Decode()

Decodes this list of Latin 1 bytes to the corresponding string.

Implementation

String latin1Decode() => latin1.decode(this);