DocumentStore class

Constructors

DocumentStore()

Properties

hashCode int
The hash code for this object.
no setterinherited
openUris Iterable<String>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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