PatchTransactionsWrapper.fromJson constructor

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

Implementation

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