Bloc class abstract

Represents a pluggable business module

Constructors

Bloc()

Properties

hashCode int
The hash code for this object.
no setterinherited
moduleName String
Used to identify the module and cannot be repeated.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

initialFunctionList() Map<String, BlocFunction>
initialPageList() Map<String, BlocPageBuilder>
Return the list of registered pages
initialPopupBoxList() Map<String, BlocPopupBoxBuilder>
Return the list of registered popup boxes
initialReduxBloc() ReduxBloc
Return ReduxBloc object of this module
initialWidgetList() Map<String, BlocWidgetBuilder>
Return the list of registered widgets
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