DocumentStore class
Constructors
Properties
Methods
-
applyChanges(
String uri, int? version, List< Object?> contentChanges) → String? -
Applies
contentChanges(full or incremental) to the open document and returns the updated text, or null if the document is not open. -
close(
String uri) → void -
get(
String uri) → OpenDocument? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
open(
String uri, String text, int version) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited