EditorElement class
编辑器包装的元素,带有唯一 ID
Constructors
- EditorElement({required String id, required KoiPrintElement element})
Properties
Methods
-
copyWith(
{String? id, KoiPrintElement? element}) → EditorElement -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited