FastCalculatorBlocEvent<R extends FastCalculatorResults> class
- Inheritance
-
- Object
- BlocEvent<
FastCalculatorBlocEventType, FastCalculatorBlocEventPayload< R> > - FastCalculatorBlocEvent
Constructors
-
FastCalculatorBlocEvent({required FastCalculatorBlocEventType type, FastCalculatorBlocEventPayload<
R> ? payload}) -
const
Properties
- error → Object?
-
The error of the event.
finalinherited
- forceBuild → bool
-
Indicates whether the bloc builder can force rendering.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
payload
→ FastCalculatorBlocEventPayload<
R> ? -
The payload of the event.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → FastCalculatorBlocEventType?
-
The type of the event.
finalinherited
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.
inherited
Static Methods
-
clear<
R extends FastCalculatorResults> () → FastCalculatorBlocEvent< R> -
compute<
R extends FastCalculatorResults> () → FastCalculatorBlocEvent< R> -
computed<
R extends FastCalculatorResults> (R results) → FastCalculatorBlocEvent< R> -
computeFailed<
R extends FastCalculatorResults> (dynamic error) → FastCalculatorBlocEvent< R> -
custom<
R extends FastCalculatorResults> (String key, {dynamic value}) → FastCalculatorBlocEvent< R> -
exportToCsv<
R extends FastCalculatorResults> (BuildContext context) → FastCalculatorBlocEvent< R> -
exportToExcel<
R extends FastCalculatorResults> (BuildContext context) → FastCalculatorBlocEvent< R> -
exportToPdf<
R extends FastCalculatorResults> (BuildContext context) → FastCalculatorBlocEvent< R> -
init<
R extends FastCalculatorResults> () → FastCalculatorBlocEvent< R> -
initFailed<
R extends FastCalculatorResults> (dynamic error, dynamic stacktrace) → FastCalculatorBlocEvent< R> -
initialized<
R extends FastCalculatorResults> () → FastCalculatorBlocEvent< R> -
loadMetadata<
R extends FastCalculatorResults> () → FastCalculatorBlocEvent< R> -
patchMetadata<
R extends FastCalculatorResults> ({required String key, dynamic value}) → FastCalculatorBlocEvent< R> -
patchValue<
R extends FastCalculatorResults> ({required String key, dynamic value}) → FastCalculatorBlocEvent< R> -
reset<
R extends FastCalculatorResults> () → FastCalculatorBlocEvent< R> -
retrieveDefaultValues<
R extends FastCalculatorResults> () → FastCalculatorBlocEvent< R> -
saveEntryChanged<
R extends FastCalculatorResults> () → FastCalculatorBlocEvent< R>