ClaimMetadata constructor

const ClaimMetadata({
  1. String? airdropIdentifier,
  2. String? currentRound,
  3. Timestamp? currentRoundStart,
  4. Timestamp? currentRoundEnd,
})

Implementation

const ClaimMetadata({
  this.airdropIdentifier,
  this.currentRound,
  this.currentRoundStart,
  this.currentRoundEnd,
});