ChatBubbleData class

Data associated with a ChatBubble within a ChatGroup.

Constructors

ChatBubbleData({required int index, required int length})
Creates a ChatBubbleData.
const

Properties

hashCode int
The hash code for this object.
no setteroverride
index int
The index of the bubble in the group.
final
length int
The total number of bubbles in the group.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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