RokeetConfig class

Constructors

RokeetConfig(String initStep, {String? clientId, String? clientSecret, Map<String, Map<RWidgetBuilder<RWidget>, RWidgetParserFunction<RWidget>>>? widgetBuilders, Map<String, Map<RActionPerformer<RAction>, RActionParserFunction<RAction>>>? actionPerformers, Map<String, RPageCreator<AbstractRokeetPage, dynamic>>? pageCreators})

Properties

actionPerformers Map<String, Map<RActionPerformer<RAction>, RActionParserFunction<RAction>>>?
final
clientId String?
final
clientSecret String?
final
hashCode int
The hash code for this object.
no setterinherited
initStep String
final
pageCreators Map<String, RPageCreator<AbstractRokeetPage, dynamic>>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
widgetBuilders Map<String, Map<RWidgetBuilder<RWidget>, RWidgetParserFunction<RWidget>>>?
final

Methods

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 Methods

defaultConfig() RokeetConfig

Constants

DEFAULT_INIT_STEP → const String