longLeftArrow top-level property
      
      String
      get
      longLeftArrow
      
    
    
A two-character left-pointing arrow.
If glyph.ascii is false, this is "◀━". If it's true, this is
"<=" instead.
Implementation
String get longLeftArrow => glyph.glyphs.longLeftArrow;