ItemPublicTokenExchangeResponse class

Available extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

ItemPublicTokenExchangeResponse({required String accessToken, required String itemId, required String requestId})
ItemPublicTokenExchangeResponse.fromJson(Map<String, dynamic> json)
factory

Properties

accessToken String
final
hashCode int
The hash code for this object.
no setteroverride
itemId String
final
requestId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? accessToken, String? itemId, String? requestId}) ItemPublicTokenExchangeResponse

Available on ItemPublicTokenExchangeResponse, provided by the $ItemPublicTokenExchangeResponseExtension extension

copyWithWrapped({Wrapped<String>? accessToken, Wrapped<String>? itemId, Wrapped<String>? requestId}) ItemPublicTokenExchangeResponse

Available on ItemPublicTokenExchangeResponse, provided by the $ItemPublicTokenExchangeResponseExtension 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 ItemPublicTokenExchangeResponse Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(ItemPublicTokenExchangeResponse instance)