longRightArrow top-level property Null safety
A two-character right-pointing arrow.
If glyph.ascii is false, this is "━▶". If it's true, this is
"=>" instead.
Implementation
String get longRightArrow => glyph.glyphs.longRightArrow;
A two-character right-pointing arrow.
If glyph.ascii is false, this is "━▶". If it's true, this is
"=>" instead.
String get longRightArrow => glyph.glyphs.longRightArrow;