OmissionShortenStrategy class

OmissionShortenStrategy truncates text up to the maxLength using position and omission

Implemented types

Constructors

OmissionShortenStrategy({String omission = DEFAULT_OMISSION, TruncatePosition position = TruncatePosition.end})

Properties

hashCode int
The hash code for this object.
no setterinherited
omission String
getter/setter pair
position TruncatePosition
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

doTruncate(String text, int maxLength) String
override
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.
inherited