EditorInsertImageLink class
Notify the editor to insert a network image link.
- Inheritance
-
- Object
- EditorEvent
- EditorInsertImageLink
Constructors
- EditorInsertImageLink({required String filename, required String url})
-
const
Properties
- filename → String
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- method → String
-
The summernote API method to call.
finalinherited
- payload → String
-
The data which should be passed to the editor.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- url → String
-
final
Methods
-
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 ==(
covariant EditorInsertImageLink other) → bool -
The equality operator.
override