factory RewardProperties.fromJson(Map<String, dynamic> json) => RewardProperties( status: json["status"], );