Map<String, dynamic> toJson() => { 'isValid': isValid, 'reason': reason, 'formattedValue': formattedValue, 'confidence': confidence, };