TriggerResponse<T> class
Generic trigger response
Constructors
- TriggerResponse({required String status, required String projectId, required int durationInSeconds, required String message, T? data, String? error})
-
TriggerResponse.fromJson(Map<
String, dynamic> json, T fromJsonT(dynamic json)?) -
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
dynamic toJsonT(T value)?) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited