modifyCount property
~english Get the number of times a message is modified. ~end
~chinese 获取消息修改次数。 ~end
Implementation
int? get modifyCount => _operatorCount;
~english Get the number of times a message is modified. ~end
~chinese 获取消息修改次数。 ~end
int? get modifyCount => _operatorCount;