SSRBuildContext class

Constructors

SSRBuildContext(Map<String, dynamic> config, Map<String, SSRWidget> cache, WidgetRepository widgetRepository, Symbol name, {bool disableReactivity = false})
SSRBuildContext.empty({required Symbol name})
factory

Properties

cache Map<String, SSRWidget>
final
config Map<String, dynamic>
getter/setter pair
configStream ConfigListenable
latefinal
disableReactivity bool
final
hashCode int
The hash code for this object.
no setterinherited
name Symbol
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
widgetRepository WidgetRepository
final

Methods

addCache(String key, SSRWidget widget) → void
buildValue(List<String> keys) String
copyWith({Map<String, dynamic>? config, Map<String, SSRWidget>? cache, WidgetRepository? widgetRepository, Symbol? name, bool? disableReactivity}) SSRBuildContext
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