HeliumHotspotReward constructor

HeliumHotspotReward({
  1. required String account,
  2. required String gateway,
  3. required int amount,
  4. required int block,
  5. required String hash,
  6. required DateTime timestamp,
})

Creates a new instance.

Implementation

HeliumHotspotReward({
  required this.account,
  required this.gateway,
  required this.amount,
  required this.block,
  required this.hash,
  required this.timestamp,
});