longRightArrow top-level property

String longRightArrow

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;