Core class

Constructors

Core({required List<Bloc> blocs, required List<Dependency> dependencies, List<Widget>? views, required String tag})

Properties

blocs List<Bloc>
final
createdAt DateTime
getter/setter pair
dependencies List<Dependency>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag String
final
views List<Widget>?
final

Methods

bloc<T>([Map<String, dynamic>? params]) → dynamic
dependency<T>([Map<String, dynamic>? params]) → dynamic
dispose() → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeBloc<T>() → dynamic
removeDependency<T>() → dynamic
toString() String
A string representation of this object.
inherited
view(String key) Widget

Operators

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