ProfileResponseDtoWallet.fromJson constructor

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

Implementation

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