TriggerStatusController class
- Inheritance
-
- Object
- Controller
- TriggerStatusController
Constructors
Properties
- documentRepository → DocumentRepository
-
final
- endpoint ↔ String
-
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- orderRepository → OrderRepository
-
final
- postgresRepository → PostgresRepository
-
final
- pushNotificationRepository → PushNotificationRepository
-
final
- request ↔ Request
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- umbrellaRepository → UmbrellaRepository
-
final
- userRepository → UserRepository
-
final
- warehouseRepository → WarehouseRepository
-
final
Methods
-
call(
Request request) → FutureOr< Response> -
inherited
-
handler(
) → Future< Response> -
Must be implemented
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
requestAsJson(
) → Future -
Reads request value and parse as json
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited