ChatBubbleData class
Data associated with a ChatBubble within a ChatGroup.
Constructors
- ChatBubbleData({required int index, required int length})
-
Creates a ChatBubbleData.
const
Properties
Methods
-
copyWith(
{int? index, int? length}) → ChatBubbleData - Creates a copy of this data with the given fields replaced with the new values.
-
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 ==(
Object other) → bool -
The equality operator.
override