SuperDeckProvider class

Properties

config → Computed<ProjectConfig>
latefinal
data → FutureSignal<DeckData>
final
error → Computed<Object?>
latefinal
examples → MapSignal<String, Example>
final
hashCode int
The hash code for this object.
no setterinherited
listenToSlideChanges → EffectCleanup
latefinal
loading → Computed<bool>
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slides → Computed<List<Slide>>
latefinal
style → Signal<Style>
final

Methods

dispose() → void
initialize({List<Example> examples = const [], Style? style}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update({List<Example> examples = const [], Style? style}) → void

Operators

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

Static Properties

instance SuperDeckProvider
no setter