CodeMirrorController class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

containItem({required String name}) Future<bool>
createItem({required String name, required CodeMirrorProps props}) Future<bool>
deleteItem({required String name}) Future<bool>
doc({required String name}) Future<String>
itemProps({required String name, required CodeMirrorProps props}) Future<bool>
itemRedo({required String name}) Future<bool>
itemRedoDepth({required String name}) Future<int>
itemUndo({required String name}) Future<bool>
itemUndoDepth({required String name}) Future<int>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
selectItem({String? name}) Future<bool>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited