SignUpBloc class
Business logic component for method checking
- Inheritance
-
- Object
- ModBloc<
ModSignUpDTO, ThirdPartySessionModel> - SignUpBloc
Constructors
Properties
-
controller
→ StreamController<
ModResourceResult< ThirdPartySessionModel> ?> -
Stream controller
finalinherited
-
dataStream
→ Stream<
ModResourceResult< ThirdPartySessionModel> ?> -
Data stream (pipe) with binded widget
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- repo → ISessionRepo
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
buildResult(
{ThirdPartySessionModel? data = null, int code = -1}) → ModResourceResult< ThirdPartySessionModel> -
Encapsulate build result objects creation to avoid inconsistencies
inherited
-
dispose(
) → void -
Free resources
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
performOperation(
ModSignUpDTO dto) → void -
Abstraction to perform some operation using params received.
Must be overriden by children.
override
-
processData(
ModResourceResult< ThirdPartySessionModel> ? data) → void -
Send data to binded widget automatically triggering a rebuild
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited