TransferIntentCreateResponse.fromJson constructor

TransferIntentCreateResponse.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory TransferIntentCreateResponse.fromJson(Map<String, dynamic> json) =>
    _$TransferIntentCreateResponseFromJson(json);