BidiMirroringGlyph class final
See the Rust documentation for BidiMirroringGlyph
for more information.
Constructors
- BidiMirroringGlyph.new({Rune? mirroringGlyph, required bool mirrored, required BidiPairedBracketType pairedBracketType})
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- mirrored ↔ bool
-
getter/setter pair
- mirroringGlyph ↔ Rune?
-
getter/setter pair
- pairedBracketType ↔ BidiPairedBracketType
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Methods
-
forChar(
Rune ch) → BidiMirroringGlyph -
See the Rust documentation for
for_char
for more information.