dart / 2 / dart-convert / latin1codec / encode.html

encode method

Uint8List encode(
  1. String source
)
override

Encodes input.

The input is encoded as if by encoder.convert.

Implementation

Uint8List encode(String source) => encoder.convert(source);

© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-convert/Latin1Codec/encode.html