ManifoldProvider<T> constructor
ManifoldProvider<T> (
- BehaviorSubject<
T> value, - $AClass<
T> mirror, { - bool readOnly = false,
Implementation
ManifoldProvider(this.value, this.mirror, {this.readOnly = false}) {
if (value.hasValue) {
try {
fireCrudDocumentPath = (value.value as dynamic).documentPath;
} catch (_) {}
}
}