isSeparation function

bool isSeparation(
  1. int? rune
)

Implementation

bool isSeparation(final int? rune) => rune == comma;