WebhookDtoMethodEnum class
HTTP method that your server endpoint must listen for
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
dynamic value) → WebhookDtoMethodEnum? -
listFromJson(
dynamic json, {bool growable = false}) → List< WebhookDtoMethodEnum>
Constants
- DELETE → const WebhookDtoMethodEnum
- GET → const WebhookDtoMethodEnum
- HEAD → const WebhookDtoMethodEnum
- OPTIONS → const WebhookDtoMethodEnum
- PATCH → const WebhookDtoMethodEnum
- POST → const WebhookDtoMethodEnum
- PUT → const WebhookDtoMethodEnum
- TRACE → const WebhookDtoMethodEnum
-
values
→ const List<
WebhookDtoMethodEnum> - List of all possible values in this WebhookDtoMethodEnum.