protoValues property

  1. @override
List<Object?> get protoValues
override

Implementation

@override
List<Object?> get protoValues => [
  id,
  rewardDenom,
  distributionStartDate,
  distributionEndDate,
  clawbackDate,
  claimTypeDeadlineDate,
  earlyClaimPenalty,
  distributorAddress,
  allocatorAddress,
  linkerAddress,
  currentDateIndex,
  airdropLength,
];