isNewline function

bool isNewline(
  1. int? rune
)

Implementation

bool isNewline(final int? rune) => rune == newline;