lineFeed static method

List<int> lineFeed()

Implementation

static List<int> lineFeed() {
  return [0x0A]; // LF
}