EmitterSample class Null safety

Inheritance

Constructors

EmitterSample()

Properties

appDecorations List<DartBoardDecoration>
The app decorations (global)
read-onlyinherited
dependencies List<DartBoardFeature>
read-onlyinherited
enabled bool
This can be used to allow an extension to exclude itself. E.g. Based on platform
read-onlyinherited
hashCode int
The hash code for this object.
read-onlyinherited
implementationName String
read-onlyinherited
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)
read-onlyinherited
methodHandlers Map<String, MethodCallHandler>
This map of method handlers can be used to define callbacks
read-onlyinherited
namespace String
A namespace to prefix to reference this feature by Please make it unique
read-onlyoverride
pageDecorationAllowList List<String>
Allow list for page decorations in the format "/route:page_decoration_name"
read-onlyinherited
pageDecorationDenyList List<String>
Deny list for page decorations in the format "/route:page_decoration_name"
read-onlyinherited
pageDecorations List<DartBoardDecoration>
The page decorations (page level)
read-onlyinherited
routes List<RouteDefinition>
The route definitions
read-onlyoverride
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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