ModelContext class

Constructors

ModelContext(StateContext _context, Converter _converter)

Properties

hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
no setter
isNotEmpty bool
no setter
isNotOpen bool
no setter
isOpen bool
no setter
length int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() Future<void>
destroy() Future<void>
export() Stream<String>
feature<T extends StateFeature>() → T
flush() Future<void>
import(Stream<String> data) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open() Future<void>
reset() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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