DeltaInsertOp class

Constructors

DeltaInsertOp(Object insertVal, [OpAttributes? attrs])

Properties

attributes OpAttributes
latefinal
hashCode int
The hash code for this object.
no setteroverride
insert InsertData
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

hasHigherIndentThan(DeltaInsertOp op) bool
hasSameAdiAs(DeltaInsertOp op) bool
hasSameAttr(DeltaInsertOp op) bool
hasSameIndentationAs(DeltaInsertOp op) bool
hasSameLangAs(DeltaInsertOp op) bool
isACheckList() bool
isBlockAttribute() bool
isBlockquote() bool
isBulletList() bool
isCheckedList() bool
isCodeBlock() bool
isContainerBlock() → dynamic
isCustomEmbed() bool
isCustomEmbedBlock() bool
isCustomTextBlock() bool
isFormula() bool
isHeader() bool
isImage() bool
isInline() bool
isJustNewline() bool
isList() bool
isMentions() bool
isOrderedList() bool
isSameHeaderAs(DeltaInsertOp op) bool
isSameListAs(DeltaInsertOp op) bool
isSameTableRowAs(DeltaInsertOp op) bool
isTable() bool
isText() bool
isUncheckedList() bool
isVideo() bool
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

Static Methods

createNewLineOp() → dynamic