SnowFeature class
Inheritance
Object
DartBoardFeature
SnowFeature
Properties
appDecorations
→ List <DartBoardDecoration >
The app decorations (global)
no setter inherited
dependencies
→ List <DartBoardFeature >
no setter override
enabled
→ bool
This can be used to allow an extension to exclude itself.
E.g. Based on platform
no setter inherited
hashCode
→ int
The hash code for this object.
no setter inherited
implementationName
→ String
no setter inherited
isIntegrationFeature
→ bool
This is a hint if a feature is "Integration" or not.
The only difference here is that "Integration" features
are not displayed in the dependency graph
(to many edges, looks ugly)
no setter inherited
methodHandlers
→ Map <String , MethodCallHandler >
This map of method handlers can be used to define callbacks
no setter inherited
namespace
→ String
A namespace to prefix to reference this feature by
Please make it unique
no setter override
pageDecorationAllowList
→ List <String >
Allow list for page decorations in the format
"/route:page_decoration_name"
no setter inherited
pageDecorationDenyList
→ List <String >
Deny list for page decorations in the format
"/route:page_decoration_name"
no setter inherited
pageDecorations
→ List <DartBoardDecoration >
The page decorations (page level)
no setter override
routes
→ List <RouteDefinition >
The route definitions
no setter inherited
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
Methods
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString ()
→ String
A string representation of this object.
inherited
dart_board_particles 1.3.7