ItemSpan class

Constructors

ItemSpan({required String text, required ItemSpanType type, required String rawValue})
const
ItemSpan.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
rawValue String
The raw value used to perform actions like open an email when email text is clicked
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
The text or link text to render
final
type ItemSpanType
The type of the span This is either be an address, email, phone number, url, date time or text
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(covariant ItemSpan other) bool
The equality operator.
override