rune property
int
get
rune
Returns the first rune if available, or -1.
Implementation
int get rune => runes.isNotEmpty ? runes.first : -1;
Returns the first rune if available, or -1.
int get rune => runes.isNotEmpty ? runes.first : -1;