AitContactsModel class
@消息数据结构
Constructors
- AitContactsModel()
-
AitContactsModel.fromMap(Map<
String, dynamic> map) -
factory
Properties
- aitBlocks → dynamic
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addAitMember(
String account, String name, int start) → void -
deleteAitUser(
String deletedText, int endIndex, int length) → AitMsg? -
根据删除后的Text 文案,返回删除的文本
endIndex
删除的文本的光标所在位置length
删除的文本的长度 -
fork(
AitContactsModel aitContactsModel) → void -
insertText(
String changedText, int endIndex, int length) → void - 根据插入后的Text 文案, segment 移位或者删除。
-
isUserBeAit(
String? accId) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reset(
) → void -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- accountAll → const String