Serialize to JSON
Map<String, dynamic> toJson() => { 'amount': amount, 'evaluatedField': evaluatedField, };