SDController class
Properties
-
assets
→ Computed<
List< SlideAsset> > -
latefinal
-
error
→ Computed<
Object?> -
latefinal
-
examples
→ MapSignal<
String, Example> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
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
-
clearGenerated(
) → Future< void> -
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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → SDController
-
final