menu
iugu package
documentation
infra/models/response/account_request_withdraw_response.dart
AccountRequestWithdrawResponse
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Implementation
Map<String, dynamic> toMap() { return { 'id': operationId, 'amount': withdrawValue, }; }
iugu package
documentation
infra/models/response/account_request_withdraw_response
AccountRequestWithdrawResponse
toMap method
AccountRequestWithdrawResponse class