rewardIcons property

List<String?>? rewardIcons

Implementation

List<String?>? get rewardIcons {
  return rewardTop?.map((e) => e.icon).toList();
}