SideEffectsRouteArgs class

Constructors

SideEffectsRouteArgs({Key? key, RegistrationDeliveryLocalization? appLocalizations, required List<TaskModel> tasks, bool isEditing = false})
const

Properties

appLocalizations RegistrationDeliveryLocalization?
final
hashCode int
The hash code for this object.
no setterinherited
isEditing bool
final
key Key?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tasks List<TaskModel>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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