Member class
A wrapper class representing a registered BLoC member in the BlocHub.
Each Member instance holds a unique name and a reference to the
associated BLoC child that implements BlocMember.
Constructors
- Member(String name, BlocMember child)
-
Creates a Member with a given
nameand associated BLoCchild.
Properties
- child ↔ BlocMember
-
The BLoC instance associated with this member.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- name ↔ String
-
The unique name of the registered BLoC.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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.
override