TextEntityType class
- Inheritance
- Implementers
- TextEntityTypeBankCardNumber
- TextEntityTypeBold
- TextEntityTypeBotCommand
- TextEntityTypeCashtag
- TextEntityTypeCode
- TextEntityTypeCustomEmoji
- TextEntityTypeEmailAddress
- TextEntityTypeHashtag
- TextEntityTypeItalic
- TextEntityTypeMediaTimestamp
- TextEntityTypeMention
- TextEntityTypeMentionName
- TextEntityTypePhoneNumber
- TextEntityTypePre
- TextEntityTypePreCode
- TextEntityTypeSpoiler
- TextEntityTypeStrikethrough
- TextEntityTypeTextUrl
- TextEntityTypeUnderline
- TextEntityTypeUrl
Constructors
- TextEntityType()
-
Represents a part of the text which must be formatted differently
const
-
TextEntityType.fromJson(Map<
String, dynamic> json) -
a TextEntityType return type can be :
factory
Properties
Methods
-
copyWith(
) → TextEntityType -
getConstructor(
) → String -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
[dynamic extra]) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- CONSTRUCTOR → const String