TransactionsEnhanceGetResponse.fromJson constructor

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

Implementation

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