toLatin1String method

String toLatin1String({
  1. bool? allowInvalid = false,
})

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

Shorthand for latin1Decode.

Implementation

String toLatin1String({bool? allowInvalid = false}) => latin1Decode();