encode abstract method

List<int?> encode(
  1. String input, [
  2. bool writeBOM = false
])

Implementation

List<int?> encode(String input, [bool writeBOM = false]);