AssetResponse constructor

AssetResponse({
  1. required int currentRound,
  2. required Asset asset,
})

Implementation

AssetResponse({required this.currentRound, required this.asset});