ProfileResponseDtoWallet constructor

const ProfileResponseDtoWallet({
  1. required int id,
  2. required int balance,
})

Implementation

const factory ProfileResponseDtoWallet({
  required int id,
  required int balance,
}) = _ProfileResponseDtoWallet;