toMap method

Map toMap()

Implementation

Map toMap() {
  return {
    'rewardName': this.rewardName,
    'rewardConversion': this.rewardConversion
  };
}