ItemWebhookUpdateResponse class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- ItemWebhookUpdateResponse({required Item item, required String requestId})
-
ItemWebhookUpdateResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
copyWith(
{Item? item, String? requestId}) → ItemWebhookUpdateResponse -
Available on ItemWebhookUpdateResponse, provided by the $ItemWebhookUpdateResponseExtension extension
-
copyWithWrapped(
{Wrapped< Item> ? item, Wrapped<String> ? requestId}) → ItemWebhookUpdateResponse -
Available on ItemWebhookUpdateResponse, provided by the $ItemWebhookUpdateResponseExtension extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const ItemWebhookUpdateResponse Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(ItemWebhookUpdateResponse instance)