IntervalResponse class
Represents a response to a scheduled request.
- Inheritance
-
- Object
- TriggerResponse
- IntervalResponse
Constructors
- IntervalResponse({bool success = true})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toWire(
) → IntervalResponse - Converts this blob event response to a gRPC response.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited